[INFO] fetching crate rmididings 0.2.1...
[INFO] testing rmididings-0.2.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate rmididings 0.2.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate rmididings 0.2.1
[INFO] finished tweaking crates.io crate rmididings 0.2.1
[INFO] tweaked toml for crates.io crate rmididings 0.2.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rmididings 0.2.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rmididings 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6540c3d3133955af4b88b2882248ee5582ad2053129d5ec13b41502cfd9c2a6d
[INFO] running `Command { std: "docker" "start" "-a" "6540c3d3133955af4b88b2882248ee5582ad2053129d5ec13b41502cfd9c2a6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6540c3d3133955af4b88b2882248ee5582ad2053129d5ec13b41502cfd9c2a6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6540c3d3133955af4b88b2882248ee5582ad2053129d5ec13b41502cfd9c2a6d", kill_on_drop: false }`
[INFO] [stdout] 6540c3d3133955af4b88b2882248ee5582ad2053129d5ec13b41502cfd9c2a6d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7cb0e92ae981489866823187e0fb501086248894b78651b474856045bed511f0
[INFO] running `Command { std: "docker" "start" "-a" "7cb0e92ae981489866823187e0fb501086248894b78651b474856045bed511f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.97
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling rosc v0.5.2
[INFO] [stderr]    Compiling nix v0.20.0
[INFO] [stderr]    Compiling alsa v0.5.0
[INFO] [stderr]    Compiling rmididings v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_subscene(&self, subscene_num: SceneNum) -> Option<&Scene> {
[INFO] [stdout]    |                         ^^^^^                                    ^^^^^^
[INFO] [stdout]    |                         |                                        ||
[INFO] [stdout]    |                         |                                        |the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here              the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_subscene(&self, subscene_num: SceneNum) -> Option<&Scene<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn get_subscene_opt(&self, subscene_num_opt: Option<SceneNum>) -> Option<&Scene> {
[INFO] [stdout]    |                             ^^^^^                                                ^^^^^^
[INFO] [stdout]    |                             |                                                    ||
[INFO] [stdout]    |                             |                                                    |the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is elided here                          the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn get_subscene_opt(&self, subscene_num_opt: Option<SceneNum>) -> Option<&Scene<'_>> {
[INFO] [stdout]    |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.38s
[INFO] running `Command { std: "docker" "inspect" "7cb0e92ae981489866823187e0fb501086248894b78651b474856045bed511f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cb0e92ae981489866823187e0fb501086248894b78651b474856045bed511f0", kill_on_drop: false }`
[INFO] [stdout] 7cb0e92ae981489866823187e0fb501086248894b78651b474856045bed511f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10ff62ea709121e0d4b7430717c34586120cd5c4c3a6de830af9871a0613005e
[INFO] running `Command { std: "docker" "start" "-a" "10ff62ea709121e0d4b7430717c34586120cd5c4c3a6de830af9871a0613005e", kill_on_drop: false }`
[INFO] [stderr]    Compiling rmididings v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_subscene(&self, subscene_num: SceneNum) -> Option<&Scene> {
[INFO] [stdout]    |                         ^^^^^                                    ^^^^^^
[INFO] [stdout]    |                         |                                        ||
[INFO] [stdout]    |                         |                                        |the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here              the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_subscene(&self, subscene_num: SceneNum) -> Option<&Scene<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn get_subscene_opt(&self, subscene_num_opt: Option<SceneNum>) -> Option<&Scene> {
[INFO] [stdout]    |                             ^^^^^                                                ^^^^^^
[INFO] [stdout]    |                             |                                                    ||
[INFO] [stdout]    |                             |                                                    |the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is elided here                          the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn get_subscene_opt(&self, subscene_num_opt: Option<SceneNum>) -> Option<&Scene<'_>> {
[INFO] [stdout]    |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> examples/simple_patch.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> examples/carla_simple.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> examples/osc_interface.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> examples/simple_scene.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_subscene(&self, subscene_num: SceneNum) -> Option<&Scene> {
[INFO] [stdout]    |                         ^^^^^                                    ^^^^^^
[INFO] [stdout]    |                         |                                        ||
[INFO] [stdout]    |                         |                                        |the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here              the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_subscene(&self, subscene_num: SceneNum) -> Option<&Scene<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn get_subscene_opt(&self, subscene_num_opt: Option<SceneNum>) -> Option<&Scene> {
[INFO] [stdout]    |                             ^^^^^                                                ^^^^^^
[INFO] [stdout]    |                             |                                                    ||
[INFO] [stdout]    |                             |                                                    |the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is elided here                          the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn get_subscene_opt(&self, subscene_num_opt: Option<SceneNum>) -> Option<&Scene<'_>> {
[INFO] [stdout]    |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s
[INFO] running `Command { std: "docker" "inspect" "10ff62ea709121e0d4b7430717c34586120cd5c4c3a6de830af9871a0613005e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10ff62ea709121e0d4b7430717c34586120cd5c4c3a6de830af9871a0613005e", kill_on_drop: false }`
[INFO] [stdout] 10ff62ea709121e0d4b7430717c34586120cd5c4c3a6de830af9871a0613005e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7a80259c3177f8fd3e5cc55fd18ea29ba692d393a9fe12ddd68fdf069bab5e3c
[INFO] running `Command { std: "docker" "start" "-a" "7a80259c3177f8fd3e5cc55fd18ea29ba692d393a9fe12ddd68fdf069bab5e3c", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/scene.rs:25:25
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub fn get_subscene(&self, subscene_num: SceneNum) -> Option<&Scene> {
[INFO] [stderr]    |                         ^^^^^                                    ^^^^^^
[INFO] [stderr]    |                         |                                        ||
[INFO] [stderr]    |                         |                                        |the same lifetime is hidden here
[INFO] [stderr]    |                         the lifetime is elided here              the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub fn get_subscene(&self, subscene_num: SceneNum) -> Option<&Scene<'_>> {
[INFO] [stderr]    |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/scene.rs:33:29
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn get_subscene_opt(&self, subscene_num_opt: Option<SceneNum>) -> Option<&Scene> {
[INFO] [stderr]    |                             ^^^^^                                                ^^^^^^
[INFO] [stderr]    |                             |                                                    ||
[INFO] [stderr]    |                             |                                                    |the same lifetime is hidden here
[INFO] [stderr]    |                             the lifetime is elided here                          the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn get_subscene_opt(&self, subscene_num_opt: Option<SceneNum>) -> Option<&Scene<'_>> {
[INFO] [stderr]    |                                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `rmididings` (lib) generated 2 warnings (run `cargo fix --lib -p rmididings` to apply 2 suggestions)
[INFO] [stderr] warning: `rmididings` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> examples/simple_patch.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> examples/simple_scene.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> examples/carla_simple.rs:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> examples/osc_interface.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rmididings` (example "simple_patch") generated 1 warning
[INFO] [stderr] warning: `rmididings` (example "simple_scene") generated 1 warning
[INFO] [stderr] warning: `rmididings` (example "carla_simple") generated 1 warning
[INFO] [stderr] warning: `rmididings` (example "osc_interface") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rmididings-ef4849c624804d98)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rmididings
[INFO] [stdout] 
[INFO] [stdout] running 56 tests
[INFO] [stdout] test src/proc/mod.rs - proc::ChannelFilter (line 297) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::CtrlFilter (line 436) ... ok
[INFO] [stdout] test src/proc/filter_chain.rs - proc::filter_chain::Fork (line 132) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Channel (line 699) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::CtrlMap (line 892) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Discard (line 1139) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::CtrlValuesFilter (line 512) ... ok
[INFO] [stdout] test src/proc/filter_chain.rs - proc::filter_chain::Chain (line 96) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Ctrl (line 619) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::ChannelsFilter (line 324) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::CtrlValueFilter (line 487) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Discard (line 1149) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::CtrlValueRangeFilter (line 538) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::KeyFilter (line 353) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::CtrlsFilter (line 461) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Not (line 1218) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::KeyRangeFilter (line 408) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Not (line 1233) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::KeysFilter (line 379) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Key (line 786) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::NoteOn (line 571) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Panic (line 1182) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::NoteOff (line 595) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Pass (line 1112) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Pass (line 1102) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Port (line 670) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::PortFilter (line 230) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::PortsFilter (line 264) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Quit (line 1080) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Process (line 1291) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::SceneSwitch (line 926) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::SysEx (line 643) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::SubSceneSwitch (line 983) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::SubSceneSwitchOffset (line 1012) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::SceneSwitchOffset (line 957) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Transpose (line 734) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Transpose (line 725) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::TypeFilter (line 135) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::TransposeOctave (line 759) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::TransposeOctave (line 768) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::TypeFilter (line 123) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::TypeFilter (line 159) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::VelocityMultiply (line 844) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::TypeFilter (line 147) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::VelocityFixed (line 868) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::TypesFilter (line 200) ... ok
[INFO] [stdout] test src/proc/osc.rs - proc::osc::Osc (line 20) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Velocity (line 820) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::Velocity (line 811) ... ok
[INFO] [stdout] test src/proc/mod.rs - proc::TypeFilter (line 171) ... ok
[INFO] [stdout] test src/proc/osc.rs - proc::osc::OscAddPrefix (line 124) ... ok
[INFO] [stdout] test src/proc/osc.rs - proc::osc::OscStripPrefix (line 84) ... ok
[INFO] [stdout] test src/proc/osc.rs - proc::osc::Osc (line 32) ... ok
[INFO] [stdout] test src/proc/osc.rs - proc::osc::OscAddrFilter (line 59) ... ok
[INFO] [stdout] test src/proc/osc.rs - proc::osc::ProcessOsc (line 181) ... ok
[INFO] [stdout] test src/proc/osc.rs - proc::osc::ProcessOsc (line 195) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.77s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7a80259c3177f8fd3e5cc55fd18ea29ba692d393a9fe12ddd68fdf069bab5e3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a80259c3177f8fd3e5cc55fd18ea29ba692d393a9fe12ddd68fdf069bab5e3c", kill_on_drop: false }`
[INFO] [stdout] 7a80259c3177f8fd3e5cc55fd18ea29ba692d393a9fe12ddd68fdf069bab5e3c
